home *** CD-ROM | disk | FTP | other *** search
- Protection:Filez wiht Wrong size and Read Errors
-
- I Skipt the File Check Routine
-
-
- At 483d89 is the 1 of 8 Routine's
-
- * Possible StringData Ref from Data Obj ->"REALIZE_ALL_FRAMES"
-
- :00483D79 681C254B00 push 004B251C
- :00483D7E FF15C4164B00 call dword ptr [004B16C4] <- 1
- * Possible StringData Ref from Data Obj ->"SPIN_UP_MEDIA"
-
- :00483D84 680C254B00 push 004B250C
- :00483D89 FF15C8164B00 call dword ptr [004B16C8] <- 2
- * Possible StringData Ref from Data Obj ->"INITIALIZE_RANDOM"
-
- :00483D8F 68F8244B00 push 004B24F8
- :00483D94 FF15CC164B00 call dword ptr [004B16CC] <- 3
- * Possible StringData Ref from Data Obj ->"MCI_PREPARE"
-
- :00483D9A 68EC244B00 push 004B24EC
- :00483D9F FF15D0164B00 call dword ptr [004B16D0] <- 4
- * Possible StringData Ref from Data Obj ->"CLEAR_HISTORY"
-
- :00483DA5 68DC244B00 push 004B24DC
- :00483DAA FF15D4164B00 call dword ptr [004B16D4] <- 5
- * Possible StringData Ref from Data Obj ->"SET_PRIORITY"
-
- :00483DB0 68CC244B00 push 004B24CC
- :00483DB5 FF15D8164B00 call dword ptr [004B16D8] <- 6
- * Possible StringData Ref from Data Obj ->"OPEN_CHANNEL"
-
- :00483DBB 68BC244B00 push 004B24BC
- :00483DC0 FF15DC164B00 call dword ptr [004B16DC] <- 7
- * Possible StringData Ref from Data Obj ->"CLEAR_CHANNEL"
-
- :00483DC6 68AC244B00 push 004B24AC
- :00483DCB FF15E0164B00 call dword ptr [004B16E0] <- 8
- :00483DD1 6A44 push 00000044
- :00483DD3 E809240100 call 004961E1
-
- In all Routines are a File or CD Check
- If in one Routine the Check BAD, the Prog. Write's in Memory Adresse 4B42C4 a 01
-
- At Adresse 480604 the Prog Check the Result of the 8 CAlls
-
- :004805F8 A0C4424B00 mov al, byte ptr [004B42C4] <--- Mov the falue of 4B42c4 to al
- :004805FD 53 push ebx
- :004805FE 55 push ebp
- :004805FF 33DB xor ebx, ebx
- :00480601 8BE9 mov ebp, ecx
- :00480603 56 push esi
- :00480604 3AC3 cmp al, bl <--- check al If al=1 BadBoy/if al=0 GoodBoy
- :00480606 57 push edi
- :00480607 896C2418 mov dword ptr [esp+18], ebp
- :0048060B 740B je 00480618 <--- upps al=0 Yes Jump/al=1 No Jump
- :0048060D 33C0 xor eax, eax
- :0048060F B9FA000000 mov ecx, 000000FA
- :00480614 33FF xor edi, edi
- :00480616 F3 repz <--- al=0 BYBY Prog (The Prog Crash)
- :00480617 AB stosd